home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
bossa.arc
/
BOSS_SUP.ARC
/
C86.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-12
|
223b
|
13 lines
echo off
echo Computer Innovations (Small Model)
cc1 %1 %2 %3 %4 -cm -i -dC86
if errorlevel 1 goto done
cc2 %1
if errorlevel 1 goto done
cc3 %1
if errorlevel 1 goto done
cc4 %1
if errorlevel 1 goto done
:done